home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-09-08 | 21.1 KB | 1,044 lines |
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$0000011D,$00000079,$0000028C,$00000260,$00000000,$FFFFFFE6,$00000000,$00000000};
- LayoutWindow is {$0000008A,$0000002A,$00000338,$00000269,$00000004,$00000001,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oCache2,
- oSounds3,
- oBackground9,
- oTabs10,
- oDisplay14,
- oPinscroller17,
- oParameterHeadline18,
- oParameterScrollBox21,
- oHelpboxContainer23,
- oDisplay_Buttons29,
- oControls32,
- oProjectName33,
- oToolManager34,
- oFunctionManager35,
- oMediamapArea36,
- oMessenger38,
- oWait108,
- oProtection_OnlyDisplay50
- ];
- Events is [
- cOffscreenEvent
- with Flags is $00000004;
- Commands is [
- cKR_ScriptCommand
- with ScriptGroup is "Web-Fix 2 Init"; Script is oWF_InitializeScreen; end,
- cKR_SwitchPlus
- with CommandType is DoBrowse; Target is oControls32; CookieFlag is true; CookieName is "ControlsURL"; end
- ];
- end,
- cOnscreenEvent
- with Flags is $00000004;
- Commands is [
- cKR_ScriptCommand
- with ScriptGroup is "Web-Fix 2 Init"; Script is oWF_OnScreen; end
- ];
- end
- ];
- end;
-
- object oCache2 is cCacheLoader
- with
- Flags is $00000040;
- Name is "Cache";
- Enabled is false; Shown is false;
-
-
-
-
- Events is [
- cCacheUpdatedEvent
- with
- Commands is [
- cKR_ScriptCommand
- with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "DisplayManager"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "CacheUpdated"; end,
- cKR_ScriptResult
- with ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;
-
- object oSounds3 is cBox
- with
- Flags is $00000100;
- Name is "Sounds";
- Enabled is false; Shown is false;
-
-
-
-
- Elements is [
- oMainSound4,
- oHighlight1_Sound5,
- oHighlight2_Sound6,
- oClick_Sound7,
- oMessage_Sound8
- ];
- end;
-
- object oMainSound4 is cMovie
- with
- Flags is $00000050;
- Name is "MainSound";
- Enabled is false; Shown is false;
- AdjustX is AlignToLeft; AdjustY is AlignToTop;
-
-
-
-
- Events is [
- cLoadedEvent
- with Flags is $00000004;
- Commands is [
- cRunCommand
- with Target is oTargetSelf; Rewind is true; end
- ];
- end,
- cFinishedEvent
- with Flags is $00000004;
- Commands is [
- cKR_SwitchPlus
- with Target is oTargetSelf; SwitchURLOption is BuildEmptyURL; end
- ];
- end
- ];
- end;
-
- object oHighlight1_Sound5 is cSound
- with
- Flags is $00000010;
- Name is "Highlight1 Sound";
- Enabled is false; Shown is false;
- AdjustX is AlignToLeft; AdjustY is AlignToTop;
-
-
- URL is "../GUI/Sounds/Highlight1.wav";
- Buffered is true;
- end;
-
- object oHighlight2_Sound6 is cSound
- with
- Flags is $00000010;
- Name is "Highlight2 Sound";
- Enabled is false; Shown is false;
- AdjustX is AlignToLeft; AdjustY is AlignToTop;
-
-
- URL is "../GUI/Sounds/Highlight2.wav";
- Buffered is true;
- end;
-
- object oClick_Sound7 is cSound
- with
- Flags is $00000010;
- Name is "Click Sound";
- Enabled is false; Shown is false;
- AdjustX is AlignToLeft; AdjustY is AlignToTop;
-
-
- URL is "../GUI/Sounds/Click.wav";
- Buffered is true;
- end;
-
- object oMessage_Sound8 is cSound
- with
- Flags is $00000010;
- Name is "Message Sound";
- Enabled is false; Shown is false;
- AdjustX is AlignToLeft; AdjustY is AlignToTop;
-
-
- URL is "../GUI/Sounds/Message.wav";
- Buffered is true;
- end;
-
- object oBackground9 is cImage
- with
- Flags is $00000410;
- Name is "Background";
- Enabled is false;
-
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "../GUI/Special%20800/L1/Background.pic";
-
-
- end;
-
- object oTabs10 is cWF_Image
- with
- Flags is $00000110;
- Name is "Tabs";
- Enabled is false; Shown is false;
- X is 261; Y is 81;
- Height is 21; AdjustHeight is GetHeight;
-
- URL is "../GUI/Display/Tabs1.pic";
-
- Kind is DrawFlipbook;
-
-
- Elements is [
- oTabText111,
- oTabText212,
- oTabText313
- ];
- end;
-
- object oTabText111 is cField
- with
- Flags is $00000050;
- Name is "TabText1";
- Enabled is false; Shown is false;
- Y is 7;
- Width is 103; Height is 14;
-
- Editable is false; Text is "TabText";
- FontSize is 9; Bold is true; FontName is "Helvetica";
- Alignment is 1;
-
-
- Events is [
- cMouseDownEvent
- with Flags is $00000004;
- Commands is [
- cKR_ScriptCommand
- with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "DisplayManager"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "1"; end,
- cKR_ScriptResult
- with ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;
-
- object oTabText212 is cField
- with
- Flags is $00000150;
- Name is "TabText2";
- Enabled is false; Shown is false;
- X is 105; Y is 7;
- Width is 103; Height is 14;
-
- Editable is false; Text is "TabText";
- FontSize is 9; Bold is true; FontName is "Helvetica";
- Alignment is 1;
-
-
- Events is [
- cMouseDownEvent
- with Flags is $00000004;
- Commands is [
- cKR_ScriptCommand
- with Flags is $00000004; ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with Flags is $00000004; ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with Flags is $00000004; ParameterIsCookie is false; ParameterValue is "DisplayManager"; end,
- cKR_ScriptParameter
- with Flags is $00000004; ParameterIsCookie is false; ParameterValue is "2"; end,
- cKR_ScriptResult
- with Flags is $00000004; ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;
-
- object oTabText313 is cField
- with
- Flags is $00000010;
- Name is "TabText3";
- Enabled is false; Shown is false;
- X is 212; Y is 7;
- Width is 103; Height is 14;
-
- Editable is false; Text is "TabText";
- FontSize is 9; Bold is true; FontName is "Helvetica";
- Alignment is 1;
-
-
- Events is [
- cMouseDownEvent
- with
- Commands is [
- cKR_ScriptCommand
- with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "DisplayManager"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "3"; end,
- cKR_ScriptResult
- with ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;
-
- object oDisplay14 is cKR_Scroller
- with
- Flags is $00000100;
- Name is "Display";
- Clipping is true;
- X is 262; Y is 102;
- Width is 490; Height is 364;
-
- Horizontal is oWF_DisplayScroller_H; H_XOffset is 75; H_YOffset is 41; H_WOffset is -150;
- Vertical is oWF_DisplayScroller_V; V_XOffset is 20; V_YOffset is 40; V_HOffset is -80;
- Elements is [
- oClickProtector15,
- oDisplayArea16
- ];
- end;
-
- object oClickProtector15 is cBox
- with
- Flags is $00000010;
- Name is "ClickProtector";
- Cursor is oDontCursor;
-
- AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight;
-
-
- end;
-
- object oDisplayArea16 is cDocument
- with
- Flags is $00000050;
- Name is "DisplayArea";
- Cursor is oDontCursor;
-
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
-
- Events is [
- cLoadedEvent
- with
- Commands is [
- cKR_ScriptCommand
- with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "DisplayManager"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "DisplayReady"; end,
- cKR_ScriptResult
- with ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;
-
- object oPinscroller17 is cKR_PinScroller
- with
- Flags is $00000050;
- Name is "Pinscroller";
-
- X is 754; Y is 492;
- Width is 44; Height is 43;
-
- URL is "../GUI/Display/Pinscroller.pic";
- Mode is 36; Blue is 0;
-
-
- Events is [
- cOffscreenEvent
- with Flags is $00000004;
- Commands is [
- cKR_PinScroller_ConnectScrollerCommand
- with Target is oDisplay14; end
- ];
- end
- ];
- end;
-
- object oParameterHeadline18 is cBox
- with
- Flags is $00000100;
- Name is "ParameterHeadline";
- Enabled is false; Shown is false;
- Y is 61;
- Width is 226; Height is 33;
-
-
- Elements is [
- oPH_Background19,
- oPH_Title20
- ];
- end;
-
- object oPH_Background19 is cImage
- with
- Flags is $00000010;
- Name is "PH_Background";
- Enabled is false;
- AdjustY is AlignToTop;
- Width is 226; Height is 29;
-
- URL is "../GUI/Parameter/P_Start.pic";
-
-
- end;
-
- object oPH_Title20 is cField
- with
- Flags is $00000010;
- Name is "PH_Title";
- Enabled is false;
- X is 20; Y is 10;
- Width is 115; Height is 14;
-
- Editable is false;
- Bold is true; FontName is "Helvetica";
- FontRed is 255; FontGreen is 255; FontBlue is 255;
-
-
- end;
-
- object oParameterScrollBox21 is cKR_Scroller
- with
- Flags is $00000110;
- Name is "ParameterScrollBox";
- Shown is false; Clipping is true;
- X is 4; Y is 94;
- Width is 200; Height is 496;
-
-
- Vertical is oWF_ParameterScroller_V; V_XOffset is 4;
- Elements is [
- oParameterBox22
- ];
- end;
-
- object oParameterBox22 is cBox
- with
- Flags is $00000010;
- Name is "ParameterBox";
- Region is {$FFFF000A,$00000000,$00000000};
- Enabled is false;
-
- AdjustWidth is GetLayoutWidth;
-
-
- end;
-
- object oHelpboxContainer23 is cBox
- with
- Flags is $00000500;
- Name is "HelpboxContainer";
- Enabled is false; Shown is false; Cursor is oCrossCursor;
-
- AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight;
-
-
- Elements is [
- oH_Raumname24,
- oH_Pinscroller25,
- oH_ScrollerV26,
- oH_ScrollerH27,
- oH_Projektname28
- ];
- Events is [
- cMouseDownEvent
- with Flags is $00000004;
- Commands is [
- cKR_ScriptCommand
- with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "HelpManager"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is ""; end,
- cKR_ScriptResult
- with ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;
-
- object oH_Raumname24 is cWF_Helpbox
- with
- Flags is $00000150;
- Name is "H_Raumname";
- Shown is false;
- X is 350; Y is 4;
- Width is 160; Height is 14;
-
-
- HelpTextID is 5032; HelpURL is "./functions.htm#roomname";
- end;
-
- object oH_Pinscroller25 is cWF_Helpbox
- with
- Flags is $00000150;
- Name is "H_Pinscroller";
- Shown is false;
- X is 759; Y is 495;
- Width is 36; Height is 36;
-
-
- HelpTextID is 5033; HelpURL is "./functions.htm#pinscroller";
- end;
-
- object oH_ScrollerV26 is cWF_Helpbox
- with
- Flags is $00000010;
- Name is "H_ScrollerV";
- Shown is false;
- X is 769; Y is 138;
- Width is 20; Height is 290;
-
-
- HelpTextID is 5034; HelpURL is "./functions.htm#scroller";
- end;
-
- object oH_ScrollerH27 is cWF_Helpbox
- with
- Flags is $00000010;
- Name is "H_ScrollerH";
- Shown is false;
- X is 335; Y is 503;
- Width is 344; Height is 20;
-
-
- HelpTextID is 5034; HelpURL is "./functions.htm#scroller";
- end;
-
- object oH_Projektname28 is cWF_Helpbox
- with
- Flags is $00000010;
- Name is "H_Projektname";
- Shown is false;
- X is 639; Y is 30;
- Width is 151; Height is 27;
-
-
- HelpTextID is 5035; HelpURL is "./functions.htm#projectname";
- end;
-
- object oDisplay_Buttons29 is cBox
- with
- Flags is $00000100;
- Name is "Display_Buttons";
- Enabled is false;
- X is 261; Y is 466;
- Width is 491; Height is 24;
-
-
- Elements is [
- oB_Copy30,
- oB_Paste31
- ];
- end;
-
- object oB_Copy30 is cWF_Image
- with
- Flags is $00000050;
- Name is "B_Copy";
-
- X is 10; Y is 1;
- Height is 22; AdjustHeight is GetHeight;
-
- URL is "../GUI/Display/B_Copy.pic";
-
- Kind is DrawFlipbook; RowCount is 2;
- Behavior is oKR_FlipButton_NP;
- HelpTextID is 5036; HelpURL is "./functions.htm#copypaste";
- Events is [
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cKR_ScriptCommand
- with Flags is $00000004; ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "LayoutManager"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "TextCopy"; end,
- cKR_ScriptResult
- with ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;
-
- object oB_Paste31 is cWF_Image
- with
- Flags is $00000050;
- Name is "B_Paste";
-
- X is 52; Y is 1;
- Height is 22; AdjustHeight is GetHeight;
-
- URL is "../GUI/Display/B_Paste.pic";
-
- Kind is DrawFlipbook; RowCount is 2;
- Behavior is oKR_FlipButton_NP;
- HelpTextID is 5037; HelpURL is "./functions.htm#copypaste";
- Events is [
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cKR_ScriptCommand
- with Flags is $00000004; ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "LayoutManager"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "TextPaste"; end,
- cKR_ScriptResult
- with ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;
-
- object oControls32 is cDocument
- with
- Flags is $00000410;
- Name is "Controls";
- Enabled is false;
-
- AdjustWidth is GetLayoutWidth; Height is 60;
-
-
- end;
-
- object oProjectName33 is cField
- with
- Flags is $00000410;
- Name is "ProjectName";
- Enabled is false;
- X is 646; Y is 39;
- Width is 140; Height is 12;
-
- Editable is false;
- FontSize is 10; Bold is true; FontName is "Helvetica";
- FontRed is 240; FontGreen is 240; FontBlue is 240;
-
-
- end;
-
- object oToolManager34 is cBox
- with
- Flags is $00000410;
- Name is "ToolManager";
- Enabled is false;
- X is 2; Y is 61;
-
-
-
- end;
-
- object oFunctionManager35 is cBox
- with
- Flags is $00000410;
- Name is "FunctionManager";
- Enabled is false;
- X is 238; Y is 546;
- Width is 559; Height is 42;
-
-
- end;
-
- object oMediamapArea36 is cBox
- with
- Flags is $00000500;
- Name is "MediamapArea";
- Enabled is false;
-
- AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight;
-
-
- Elements is [
- oMediamap37
- ];
- end;
-
- object oMediamap37 is cKR_WindowContainer
- with
- Flags is $00000450;
- Name is "Mediamap";
- Shown is false;
- X is 10; Y is 290;
-
- URL is "../CodeX/Mediamap.k";
-
- MaxWidth is 800; MaxHeight is 600;
-
- Events is [
- cOffscreenEvent
- with Flags is $00000004;
- Commands is [
- cGrowCommand
- with Target is oTargetSelf; Mode is GrowTo; X is 340; Y is 300; end
- ];
- end
- ];
- end;
-
- object oMessenger38 is cWF_MessengerContainer
- with
- Flags is $00000500;
- Name is "Messenger";
- Enabled is false; Shown is false; Cursor is oDontCursor;
-
- AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight;
-
-
- Elements is [
- oM_Body39
- ];
- end;
-
- object oM_Body39 is cBox
- with
- Flags is $00000104;
- Name is "M_Body";
- Enabled is false;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- Width is 518; Height is 437;
-
-
- Elements is [
- oBody_140,
- oBody_241,
- oBody_342,
- oBody_443,
- oM_Text44,
- oM_OK45,
- oM_Cancel46,
- oM_Light47
- ];
- end;
-
- object oBody_140 is cImage
- with
- Flags is $00000410;
- Name is "Body_1";
- Enabled is false;
- AdjustX is AlignToLeft; AdjustY is AlignToTop;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "../GUI/Messenger/Body_1.pic";
- Mode is 256;
-
- end;
-
- object oBody_241 is cImage
- with
- Flags is $00000410;
- release Editor:
- IOWindow is {$000000E4,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
- end;
- Name is "Body_2";
- Enabled is false;
- X is 11; AdjustY is AlignToTop;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "../GUI/Messenger/Body_2.pic";
- Bitmapped is false;
-
- end;
-
- object oBody_342 is cImage
- with
- Flags is $00000410;
- Name is "Body_3";
- Enabled is false;
- AdjustX is AlignToRight; AdjustY is AlignToTop;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "../GUI/Messenger/Body_3.pic";
- Mode is 256;
-
- end;
-
- object oBody_443 is cImage
- with
- Flags is $00000410;
- Name is "Body_4";
- Enabled is false;
- AdjustX is AlignToLeft; AdjustY is AlignToBottom;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "../GUI/Messenger/Body_4.pic";
- Mode is 256;
-
- end;
-
- object oM_Text44 is cField
- with
- Flags is $00000400;
- Name is "M_Text";
- Enabled is false;
- X is 31; Y is 43;
- Width is 440; Height is 305;
-
- Editable is false;
- Bold is true; FontName is "Helvetica";
- FontRed is 230; FontGreen is 230; FontBlue is 230;
-
-
- end;
-
- object oM_OK45 is cWF_Image
- with
- Flags is $00000410;
- Name is "M_OK";
- Enabled is false; Shown is false;
- X is 441; Y is 366;
- Height is 44; AdjustHeight is GetHeight;
-
- URL is "../GUI/Messenger/OK.pic";
- Mode is 36; Blue is 0;
- Kind is DrawFlipbook; RowCount is 2;
- Behavior is oKR_FlipButton_NP;
- HelpTextID is 202; HelpURL is "./index.htm";
- Events is [
- cMouseDownEvent
- with Flags is $00000004;
- Commands is [
- cRefreshCommand
- with end
- ];
- end,
- cMouseUpEvent
- with Flags is $00000004;
- Commands is [
- cRefreshCommand
- with end,
- cKR_ScriptCommand
- with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Messenger"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "OK"; end,
- cKR_ScriptResult
- with ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;
-
- object oM_Cancel46 is cWF_Image
- with
- Flags is $00000410;
- Name is "M_Cancel";
- Enabled is false; Shown is false;
- X is 388; Y is 366;
- Height is 44; AdjustHeight is GetHeight;
-
- URL is "../GUI/Messenger/Cancel.pic";
- Mode is 36; Blue is 0;
- Kind is DrawFlipbook; RowCount is 2;
- Behavior is oKR_FlipButton_NP;
- HelpTextID is 203; HelpURL is "./index.htm";
- Events is [
- cMouseDownEvent
- with Flags is $00000004;
- Commands is [
- cRefreshCommand
- with end
- ];
- end,
- cMouseUpEvent
- with Flags is $00000004;
- Commands is [
- cRefreshCommand
- with end,
- cKR_ScriptCommand
- with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Messenger"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Cancel"; end,
- cKR_ScriptResult
- with ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;
-
- object oM_Light47 is cImage
- with
- Flags is $00000440;
- Name is "M_Light";
- Enabled is false; Shown is false;
- X is 7;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
- Duration is 1; Duration is 1; TimeScale is 1;
- URL is "../GUI/Messenger/Light.pic";
-
-
- Events is [
- cFinishedEvent
- with
- Commands is [
- cShowCommand
- with Target is oTargetSelf; Mode is Toggle; end,
- cRunCommand
- with Target is oTargetSelf; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oWait108 is cBox
- with
- Flags is $00000110;
- Name is "Wait";
- Enabled is false; Shown is false; Cursor is oDontCursor;
-
- AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight;
-
-
- Elements is [
- oWaitBody48
- ];
- end;
-
- object oWaitBody48 is cImage
- with
- Flags is $00008105;
- Name is "WaitBody";
- Enabled is false;
- AdjustX is AlignToCenter; Y is 275;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "../GUI/Messenger/Wait.pic";
- Bitmapped is false; Mode is 36; Blue is 0;
-
- Elements is [
- oWaitText49
- ];
- end;
-
- object oWaitText49 is cField
- with
- Flags is $0000C010;
- Name is "WaitText";
- Enabled is false;
- X is 30; Y is 15;
- Width is 331; Height is 22;
-
- Editable is false;
- FontSize is 18; FontName is "Helvetica";
- Alignment is 1; FontRed is 240; FontGreen is 240; FontBlue is 240;
-
-
- end;
-
- object oProtection_OnlyDisplay50 is cBox
- with
- Flags is $00000500;
- Name is "Protection_OnlyDisplay";
- Enabled is false; Shown is false;
-
-
-
-
- Elements is [
- oLeftProtector51,
- oTopProtector52,
- oBottomProtector53
- ];
- end;
-
- object oLeftProtector51 is cBox
- with
- Flags is $00000550;
- Name is "LeftProtector";
- Cursor is oDontCursor;
-
- Width is 261; Height is 600;
-
-
- end;
-
- object oTopProtector52 is cBox
- with
- Flags is $00000550;
- Name is "TopProtector";
- Cursor is oDontCursor;
- X is 261;
- Width is 546; Height is 102;
-
-
- end;
-
- object oBottomProtector53 is cBox
- with
- Flags is $00000550;
- Name is "BottomProtector";
- Cursor is oDontCursor;
- X is 261; Y is 534;
- Width is 547; Height is 66;
-
-
- end;